home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR13 / BDUEL20.ZIP / BDINSTAL.BAT < prev    next >
DOS Batch File  |  1993-08-04  |  769b  |  27 lines

  1. echo off
  2. if "%1" == "" goto usage
  3. copy BD.BAT %1\
  4. mkdir %1\bduel
  5. copy *.* %1\bduel
  6. cls
  7. echo -- Installation is complete. A directory called BDUEL has been
  8. echo -- created on the disk drive you specified. To run BassDuel in the
  9. echo -- future, change to the BDUEL directory, then type BASSDUEL. 
  10. echo --
  11. echo -- To run BassDuel now, type BASSDUEL then press the ENTER key.
  12. goto end
  13.  
  14. :usage
  15. echo -- You must specify a disk drive where BassDuel is to be installed:
  16. echo --
  17. echo -- EXAMPLES:            bdinstal c: 
  18. echo --                          -OR-
  19. echo --                      bdinstal d:
  20. echo --
  21. echo -- Notice the c: and the d: at the end of the command. These specify
  22. echo -- where you want to install BassDuel.
  23. goto end
  24.  
  25. :end
  26. %1
  27. cd\bduel